I'm developing a visionOS app and was able to upload new builds without any problems to the App Store. A couple pf days ago I wanted to ship another update, but now I can't submit it to the App Store anymore, because the validation failed, something related to the App Icon seems to be the issue, the logs mention CFBundleIcons.CFBundlePrimaryIcon.
I have setup the App Icons here:
The validation error I first got was this, mentioning a plist entry (that has not been necessary in the past) is missing.
I've then added that plist entry, as described in the reference doc for CFBundleIcons.CFBundlePrimaryIcon.
My info.plist now includes this, following the mentioned docs:
However, now I get a type missmatch error when validating — however the types are as described in the docs:
What am I missing? Why even is this plist entry required now? Or is this a Bug? Help please
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect
Tags:
Developer Tools
App Store
App Store Connect
Xcode